ISPConfig RoundCube Plugin

19 Feb
apt-get install git

tick remote access too!

Client functions
Server functions
Mail user functions
Mail user filter functions
Mail alias functions
Mail forward functions
Mail fetchmail functions
Mail spamfilter user functions
Mail spamfilter policy functions
Mail spamfilter whitelist functions
Mail spamfilter blacklist functions

cd /tmp
git clone https://github.com/w2c/ispconfig3_roundcube.git
cd /tmp/ispconfig3_roundcube/
mv ispconfig3_* /var/lib/roundcube/plugins
cd /var/lib/roundcube/plugins
mv ispconfig3_account/config/config.inc.php.dist ispconfig3_account/config/config.inc.php
nano ispconfig3_account/config/config.inc.php
nano /etc/roundcube/config.inc.php
$config['plugins'] = array(
"jqueryui", "ispconfig3_account", "ispconfig3_autoreply", "ispconfig3_pass", "ispconfig3_spam", "ispconfig3_fetchmail", "ispconfig3_filter", "ispconfig3_forward", "ispconfig3_wblist"
);
nano /var/lib/roundcube/plugins/ispconfig3_account/config/config.inc.php
<?php
$config['identity_limit'] = false;
$config['remote_soap_user'] = 'roundcube';
$config['remote_soap_pass'] = 'yourpass';
$config['soap_url'] = 'https://192.168.1.1:8080/remote/';
$config['soap_validate_cert'] = false;

9 thoughts on “ISPConfig RoundCube Plugin

  1. Hi there to all, for the reason that I am genuinely keen of reading this website’s post to be updated on a regular basis. It carries pleasant stuff.

  2. naturally like your web site however you need to take a look at the spelling on several of your posts. A number of them are rife with spelling problems and I find it very bothersome to tell the truth on the other hand I will surely come again again.

Leave a Reply

Your email address will not be published.